home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / ftp / documents / acornusr / 1995 / feb95 < prev    next >
Encoding:
Text File  |  1996-02-28  |  3.9 KB  |  91 lines

  1. 08/08/95
  2. Questions and Answers
  3. ---------------------
  4.  
  5. Q. I need to know if <product> works on my Risc PC. Where do I find out?
  6.  
  7. A. Your best route is to ask the vendor of that product. Of the products 
  8. Acorn has tested, over 95% work without modification. Of the remaining 5%, 
  9. many of the software houses have since produced newer versions which work 
  10. correctly. A large percentage of the incompatible software comprises games; 
  11. problems running these pieces of software are commonly connected with 
  12. screen modes. "Game On!," a utility to patch some of these games, has 
  13. recently become available from:
  14.  
  15. The ARM Club
  16. FREEPOST ND 6573
  17. London
  18. N12 0BR
  19.  
  20. Directory Viewers
  21. -----------------
  22.  
  23. Everyone is familiar with double-clicking Select on a file, directory or 
  24. application. However there are actually a number of other things you can do 
  25. as well (some of these are not present in RISC OS 2.00)
  26.  
  27. Double-Click Adjust - as Select, but the directory viewer closes
  28.  
  29. Single-Click Select - select this object, deselect any others.
  30.  
  31. Single-Click Adjust - select this object, adding it to any others already 
  32. selected in this viewer. Also, deselects a selected object. In effect, it 
  33. toggles the state of this object.
  34.  
  35. Menu                - selects the object under the pointer if nothing is selected
  36.  
  37. SHIFT Double-Click Select - Open a directory or application. Load a file into !Edit
  38.  
  39. SHIFT Double-Click Adjust - As above, plus directory viewer closes                 
  40.  
  41. CTRL Double-Click Select - Open a directory or application. Don't run any !Boot files.
  42.  
  43. CTRL Double-Click Adjust - As above, plus directory viewer closes
  44.  
  45. Drag to icon bar - Load the file into the application you dragged it to, or run the 
  46. file if you drag it to a vacant part of the icon bar.
  47.  
  48. Shift Drag to an open !Edit window - Insert name of object(s) dragged
  49.  
  50. You can also select a number of objects which are adjacent in a directory viewer 
  51. by starting a drag near the first (make sure that the first object is NOT selected 
  52. by this) and then dragging the box to enclose all the objects you want selected. 
  53. On releasing the mouse button all these obects will be selected.
  54.  
  55. Finally, don't forget the menu option to 'Select All'. 
  56.  
  57. It can often be quicker to drag a box round more objects than you want (or Select 
  58. All) and then remove the ones you don't want by clicking Adjust.
  59.  
  60.  
  61. Postcards From The Edge, Part 2
  62. -------------------------------
  63.  
  64. Another item (although not an Acorn product) showcased at Acorn World was RiscBSD, 
  65. a UNIX lookalike for the Risc PC. RiscBSD is based on the NetBSD2 source tree; 
  66. NetBSD2 is a lookalike of BSD 4.4 Lite.
  67.  
  68. The source tree is, I'm assured, a pleasantly clean one; all the CPU-specific code 
  69. is in separate directories, so it's merely (!) a case of porting the specific stuff 
  70. to an ARM directory, fixing the MakeFiles and then (hopefully) typing "make". Of 
  71. course, life is never that easy!
  72.  
  73. The system on display at Acorn World was a very, very alpha kernel. So far, 
  74. everything is built via cross-compilation using gcc under Linux; the RiscBSD team 
  75. hope to have native compilation very soon. Actual coding had been on-going for six 
  76. weeks prior to Acorn World, so considering that every core member also has either 
  77. a job or a degree to do, they have done a fine job so far.
  78.  
  79. The multicoloured square was built to show off the process system; one process 
  80. was moving the square, another was changing its colour, and there were two more 
  81. changing the orientation and colour of the bars in it to reflect CPU state. 
  82.  
  83. In addition to RiscBSD, there is also the ArcBSD initiative, which aims to 
  84. provide (again) BSD
  85.  4.4 Lite, but sourced from the FreeBSD tree. ArcBSD is being written with the 
  86. explicit brief that it must be executable on all 32 bit Acorn machines with 
  87. sufficient RAM and hard disc space to make support of BSD viable.
  88.  
  89. Further details on the progress of these projects can be found on the
  90. comp.sys.acorn newsgroup; details of mailing list contacts for further
  91. information are usually included in these postings.